|
|
|
|
MaxHeight Property, ItemClass Class |
Defines the maximum height of this item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public Property MaxHeight As Integer |
C# |
public int MaxHeight { get; set; } |
C++ |
public: property int MaxHeight { |
Property Value
The maximum height of this item. If 0 is specified, no maximum height is defined.
The default value is 0.
Comments
The MaxHeight property defines the maximum height of this item.
If an item is larget than the defined maximum height it is truncated, clipped and uses the defined maximum height.
The Dimensions.ItemMaxHeight property can be used to define the maximum height for all items.